Fix some docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 May 2004 18:35:32 +0000 (18:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 May 2004 18:35:32 +0000 (18:35 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcontainer.sgml

index 5c4968f6318e4e724655c4c7909bd3bb4964f97f..e2304026c8404a5963959f866c8d41eedbbb566f 100644 (file)
@@ -1,3 +1,8 @@
+Fri May 28 14:34:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkcontainer.sgml: Fix docs for 
+       gtk_container_border_width().  (#143309, Doug Quale)
+
 Thu May 27 00:44:48 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Add gtk_entry_completion_get_text_column.
index 1651d4147dfbc2d62c1049134612b106bdd14f64..ec0d1cb967f846fe5addcbc175689262281bdc62 100644 (file)
@@ -168,10 +168,10 @@ changes, use gtk_widget_child_notify().
 
 <!-- ##### MACRO gtk_container_border_width ##### -->
 <para>
-Does the same as gtk_container_get_border_width().
+Does the same as gtk_container_set_border_width().
 </para>
 
-@Deprecated: Use gtk_container_get_border_width() instead.
+@Deprecated: Use gtk_container_set_border_width() instead.
 
 
 <!-- ##### FUNCTION gtk_container_add ##### -->